home *** CD-ROM | disk | FTP | other *** search
/ Birth of Jesus Activity Center / Birth of Jesus Activity Center.iso / mac / data / babyj.dir / 00256_Script_256 < prev    next >
Text File  |  1997-11-02  |  383b  |  19 lines

  1. on mouseDown
  2.   puppetsound 0
  3.   updateStage
  4.   
  5.   set c = the clickon
  6.   puppetsprite c, true
  7.   set the member of sprite c = member("ttl_forwardHL")
  8.   puppetSound "click"
  9.   updateStage
  10.   repeat while soundbusy(1)
  11.     nothing 
  12.   end repeat
  13.   set the member of sprite c = member("ttl_forward")
  14.   puppetsprite c, false
  15.   puppetsound 0
  16.   updateStage
  17.   
  18.   go "mainLoop"
  19. end